home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global ActFrame, Osprite
- set Osprite to 6
- set ActFrame to 2
- set cont to 7
- repeat while cont < 15
- set the visible of sprite cont to 0
- set cont to cont + 1
- end repeat
- set the visible of sprite 20 to 0
- set the visible of sprite 21 to 0
- set the visible of sprite 22 to 0
- set the visible of sprite 23 to 0
- end
-